home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / lisp / mh-e / auto-autoloads.el.z / auto-autoloads.el
Encoding:
Text File  |  1998-05-21  |  3.7 KB  |  102 lines

  1. ;;; DO NOT MODIFY THIS FILE
  2. (if (featurep 'mh-e-autoloads) (error "Already loaded"))
  3.  
  4. ;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-user-agent-compose mh-smail-batch mh-smail) "mh-comp" "mh-e/mh-comp.el")
  5.  
  6. (autoload 'mh-smail "mh-comp" "\
  7. Compose and send mail with the MH mail system.
  8. This function is an entry point to mh-e, the Emacs front end
  9. to the MH mail system.
  10.  
  11. See documentation of `\\[mh-send]' for more details on composing mail." t nil)
  12.  
  13. (autoload 'mh-smail-batch "mh-comp" "\
  14. Set up a mail composition draft with the MH mail system.
  15. This function is an entry point to mh-e, the Emacs front end
  16. to the MH mail system.  This function does not prompt the user
  17. for any header fields, and thus is suitable for use by programs
  18. that want to create a mail buffer.
  19. Users should use `\\[mh-smail]' to compose mail." nil nil)
  20.  
  21. (autoload 'mh-user-agent-compose "mh-comp" "\
  22. Set up mail composition draft with the MH mail system.
  23. This is `mail-user-agent' entry point to mh-e.
  24.  
  25. The optional arguments TO and SUBJECT specify recipients and the
  26. initial Subject field, respectively.
  27.  
  28. OTHER-HEADERS is an alist specifying additional
  29. header fields.  Elements look like (HEADER . VALUE) where both
  30. HEADER and VALUE are strings.
  31.  
  32. CONTINUE, SWITCH-FUNCTION, YANK-ACTION and SEND-ACTIONS are ignored." nil nil)
  33.  
  34. (autoload 'mh-smail-other-window "mh-comp" "\
  35. Compose and send mail in other window with the MH mail system.
  36. This function is an entry point to mh-e, the Emacs front end
  37. to the MH mail system.
  38.  
  39. See documentation of `\\[mh-send]' for more details on composing mail." t nil)
  40.  
  41. (autoload 'mh-letter-mode "mh-comp" "\
  42. Mode for composing letters in mh-e.\\<mh-letter-mode-map>
  43. When you have finished composing, type \\[mh-send-letter] to send the message
  44. using the MH mail handling system.
  45. See the documentation for \\[mh-edit-mhn] for information on composing MIME
  46. messages.
  47.  
  48. \\{mh-letter-mode-map}
  49.  
  50. Variables controlling this mode (defaults in parentheses):
  51.  
  52.  mh-delete-yanked-msg-window (nil)
  53.     If non-nil, \\[mh-yank-cur-msg] will delete any windows displaying
  54.     the yanked message.
  55.  
  56.  mh-yank-from-start-of-msg (t)
  57.     If non-nil, \\[mh-yank-cur-msg] will include the entire message.
  58.     If `body', just yank the body (no header).
  59.     If nil, only the portion of the message following the point will be yanked.
  60.     If there is a region, this variable is ignored.
  61.  
  62.  mh-ins-buf-prefix (\"> \")
  63.     String to insert before each non-blank line of a message as it is
  64.     inserted in a draft letter.
  65.  
  66.  mh-signature-file-name (\"~/.signature\")
  67.     File to be inserted into message by \\[mh-insert-signature].
  68.  
  69. Upon invoking mh-letter-mode, text-mode-hook and mh-letter-mode-hook are
  70. invoked with no args, if those values are non-nil." t nil)
  71.  
  72. ;;;***
  73.  
  74. ;;;### (autoloads (mh-version mh-rmail) "mh-e" "mh-e/mh-e.el")
  75.  
  76. (autoload 'mh-rmail "mh-e" "\
  77. Inc(orporate) new mail with MH, or, with arg, scan an MH mail folder.
  78. This function is an entry point to mh-e, the Emacs front end
  79. to the MH mail system." t nil)
  80.  
  81. (autoload 'mh-version "mh-e" "\
  82. Display version information about mh-e and the MH mail handling system." t nil)
  83.  
  84. ;;;***
  85.  
  86. ;;;### (autoloads nil "mh-mime" "mh-e/mh-mime.el")
  87.  
  88. (defvar mh-mime-content-types '(("text/plain") ("text/richtext") ("multipart/mixed") ("multipart/alternative") ("multipart/digest") ("multipart/parallel") ("message/rfc822") ("message/partial") ("message/external-body") ("application/octet-stream") ("application/postscript") ("image/jpeg") ("image/gif") ("audio/basic") ("video/mpeg")) "\
  89. Legal MIME content types.  See documentation for \\[mh-edit-mhn].")
  90.  
  91. ;;;***
  92.  
  93. ;;;### (autoloads nil "mh-utils" "mh-e/mh-utils.el")
  94.  
  95. (put 'mh-progs 'risky-local-variable t)
  96.  
  97. (put 'mh-lib 'risky-local-variable t)
  98.  
  99. ;;;***
  100.  
  101. (provide 'mh-e-autoloads)
  102.